home *** CD-ROM | disk | FTP | other *** search
- object SayNoFrm: TSayNoFrm
- Left = 234
- Top = 234
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Voice Recognition Engine Initialization'
- ClientHeight = 147
- ClientWidth = 353
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 140
- Top = 12
- Width = 193
- Height = 40
- Caption = 'Please do not say anything for 5 seconds!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object Image1: TImage
- Left = 4
- Top = 8
- Width = 129
- Height = 125
- Picture.Data = {<image000.bmp>}
- Stretch = True
- Transparent = True
- end
- object Panel1: TPanel
- Left = 140
- Top = 60
- Width = 209
- Height = 77
- BorderWidth = 1
- BorderStyle = bsSingle
- TabOrder = 0
- object Label2: TLabel
- Left = 20
- Top = 12
- Width = 177
- Height = 25
- AutoSize = False
- Caption = 'Checking Noise Levels!'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object ProgressBar1: TProgressBar
- Left = 16
- Top = 41
- Width = 177
- Height = 16
- Min = 1
- Max = 5
- Position = 1
- TabOrder = 0
- end
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Top = 116
- end
- end
-